-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [M3-7841] - Add the capability to search for a Linode by ID using the main search tool. #11112
Conversation
This reverts commit b274baf.
…g the main search tool.
Coverage Report: ✅ |
@@ -158,7 +158,7 @@ export const bucketToSearchableItem = ( | |||
cluster: bucket.cluster, | |||
created: bucket.created, | |||
description: readableBytes(bucket.size).formatted, | |||
icon: 'bucket', | |||
icon: 'storage', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This results rending bucket icon for storage bucket search
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Used main search tool to search any linode by typing its id, both by itself and prefixed by id:
✅ Verified bucket icon for storage bucket search result instead of the linode icon
✅ Tested existing search functionality and didn't see regressions
Looks good, thanks Chandra! Left some very minor nits for grammar.
packages/manager/cypress/e2e/core/linodes/search-linodes.spec.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
Cloud Manager E2E Run #6696
Run Properties:
|
Project |
Cloud Manager E2E
|
Run status |
Passed #6696
|
Run duration | 29m 31s |
Commit |
cf8823adbd: feat: [M3-7841] - Add the capability to search for a Linode by ID using the main...
|
Committer | cpathipa |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
9
|
Pending |
2
|
Skipped |
0
|
Passing |
438
|
Description 📝
This PR add's capability to the main search tool to search linode by ID, example id: 1234 should show the matching result.
Also fixes the issue of rendering correct icon for the buckets in the results list.
Target release date 🗓️
10/28
Preview 📷
How to test 🧪
Verification steps
(How to verify changes)
As an Author I have considered 🤔
Check all that apply